runtime.special.offset (field)

18 uses

	runtime (current package)
		heapdump.go#L462: 				p := unsafe.Pointer(s.base() + uintptr(spf.special.offset))
		heapdump.go#L661: 			p := s.base() + uintptr(spp.special.offset)
		mcleanup.go#L165: 			if offset == uintptr(s.offset) && _KindSpecialCleanup == s.kind &&
		mcleanup.go#L172: 			if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && _KindSpecialCleanup < s.kind) {
		mgcmark.go#L391: 					p := s.base() + uintptr(spf.special.offset)/s.elemsize*s.elemsize
		mgcsweep.go#L549: 		objIndex := uintptr(siter.s.offset) / size
		mgcsweep.go#L557: 			for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
		mgcsweep.go#L569: 				for siter.valid() && uintptr(siter.s.offset) < endOffset {
		mgcsweep.go#L573: 					p := s.base() + uintptr(special.offset)
		mgcsweep.go#L585: 				for siter.valid() && uintptr(siter.s.offset) < endOffset {
		mgcsweep.go#L589: 					p := s.base() + uintptr(special.offset)
		mheap.go#L1845: 	offset uintptr  // span offset of object
		mheap.go#L1892: 		s.offset = offset
		mheap.go#L1952: 		if offset == uintptr(s.offset) && kind == s.kind {
		mheap.go#L1956: 		if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
		pinner.go#L334: 		rec.special.offset = offset